home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5760 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.cs.utah.edu!usenet
  2. From: cmp@cs.utah.edu (Christian Mueller-Planitz)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Sockets don't work under VC++ 4.0 ?!!
  5. Date: Tue, 06 Feb 1996 03:59:19 GMT
  6. Organization: University of Utah
  7. Message-ID: <4f6jom$ku2@magus.cs.utah.edu>
  8. References: <30F8A8B9.279B@metronet.com>
  9. Reply-To: cmp@cs.utah.edu
  10. NNTP-Posting-Host: rapid.cs.utah.edu
  11. X-Newsreader: Forte Free Agent 1.0.82
  12.  
  13.  
  14.  
  15. >I finally got around to doing a little Windows Sockets programming in VC++ 
  16. >4.0 today and was quickly greeted with an ugly problem--I can't get it to 
  17. >create a socket.
  18.  
  19.  
  20. Are you running VCC4.0 under NT with the '95GUI ('newshell')
  21. installed? If yes, here is the fix that I posted several weeks ago in
  22. another newsgroup:
  23.  
  24.  
  25. >It works if you deinstall the newshell. It seems to be the same
  26. >problem as with Netscape which does not run from within the shell.
  27. >
  28. >
  29. >There is another way to get it working ... :-)
  30. >
  31. >Create a file called 'msdev.cmd' with something like
  32. > 'start g:\msdev\bin\msdev.exe'
  33.  
  34. >Change the link/icon in the newshell and let it point to 'msdev.cmd' (instead of 'msdev.exe')  and it will 
  35. >work.
  36. >
  37. >
  38. >--cmp
  39.  
  40.  
  41. --cmp
  42.  
  43.